home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / main / sysenviron.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-23  |  188 b   |  13 lines

  1. /*
  2.  *   File: sysenviron.h
  3.  *   Sysenviron.c exported variables......
  4.  *
  5.  */
  6.  
  7. extern int
  8.     HFS,            /* True if HFS is active/ false if not */
  9.     Juggling;
  10. extern SysEnvRec
  11.     theWorld;
  12.  
  13.